home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4014 / 4014.xpi / chrome / skin / alternate / breadcrumb-domain.css < prev    next >
Cascading Style Sheet File  |  2008-03-08  |  791b  |  26 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. .textbox-presentation-prePath > .textbox-presentation-slash {
  4.   -moz-binding: url(chrome://locationbar2/skin/alternate/breadcrumb.xml#breadcrumb);
  5.   list-style-image: url(chrome://locationbar2/skin/alternate/breadcrumb.png);
  6.   -moz-image-region: rect(0,26px,13px,13px);
  7.   height: 1em;
  8.   width: 1.3em;
  9.   -moz-padding-start: .1em;
  10.   -moz-padding-end: .2em;
  11. }
  12.  
  13. #urlbar[linkify="true"] .textbox-presentation-slash {
  14.   cursor: pointer;
  15. }
  16.  
  17. .textbox-presentation-prePath:hover > .textbox-presentation-slash {
  18.   -moz-image-region: rect(0,39px,13px,26px);
  19. }
  20.  
  21. .textbox-presentation-subdomain {
  22.   -moz-margin-start: 0 !important;
  23. }
  24. .textbox-presentation-port {
  25.   -moz-margin-end: 0 !important;
  26. }